From ad6591fb4b33a09a9fc16982f1fad941527c1c55 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Sun, 12 Oct 2025 19:51:29 +0200 Subject: [PATCH] luci-mod-status: routes; refactor and add routesj page for ip -j output follow-up fix to 89ae891462ea9928fc2b01e25c1611b1b71352d5 Should not have duplicate keys Signed-off-by: Paul Donald --- .../root/usr/share/luci/menu.d/luci-mod-status.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json index d1300e36e0..0d2352c95c 100644 --- a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json +++ b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json @@ -28,7 +28,7 @@ } }, - "admin/status/routes": { + "admin/status/routesj": { "title": "Routing", "order": 2, "action": { -- 2.30.2